Upload files to "/"
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: memelord
|
||||
name: antinix-test-grafana
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: memelord
|
||||
app: antninix-test-grafana
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 8000
|
||||
port: 3000
|
||||
targetPort: 3000
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
@@ -39,9 +39,9 @@ spec:
|
||||
path: "/"
|
||||
backend:
|
||||
service:
|
||||
name: memelord
|
||||
name: antinix-test-grafana
|
||||
port:
|
||||
number: 80
|
||||
number: 3000
|
||||
tls:
|
||||
- secretName: antinix-test-app-tls
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user