chore(gitea): fixed linting errors
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 7s
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 7s
This commit is contained in:
@@ -34,4 +34,4 @@ spec:
|
||||
volumes:
|
||||
- name: pocket-id-data
|
||||
persistentVolumeClaim:
|
||||
claimName: pocket-id-data
|
||||
claimName: pocket-id-data
|
||||
|
||||
@@ -6,17 +6,17 @@ metadata:
|
||||
name: pocket-id-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: auth.dgse.cloud
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: pocket-id
|
||||
port:
|
||||
number: 1411
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: auth.dgse.cloud
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: pocket-id
|
||||
port:
|
||||
number: 1411
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- auth.dgse.cloud
|
||||
secretName: letsencrypt
|
||||
- hosts:
|
||||
- auth.dgse.cloud
|
||||
secretName: letsencrypt
|
||||
|
||||
@@ -10,4 +10,4 @@ spec:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
storage: 1Gi
|
||||
|
||||
@@ -12,4 +12,4 @@ spec:
|
||||
ports:
|
||||
- name: websecure
|
||||
port: 1411
|
||||
targetPort: 1411
|
||||
targetPort: 1411
|
||||
|
||||
Reference in New Issue
Block a user