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:
@@ -15,9 +15,7 @@ spec:
|
||||
- name: argocd-server
|
||||
port: 80
|
||||
- kind: Rule
|
||||
match: >
|
||||
Host(`cd.dgse.cloud`) &&
|
||||
Headers(`Content-Type`, `application/grpc`)
|
||||
match: Host(`cd.dgse.cloud`) && Headers(`Content-Type`, `application/grpc`)
|
||||
priority: 11
|
||||
services:
|
||||
- name: argocd-server
|
||||
|
||||
@@ -94,8 +94,7 @@ patches:
|
||||
name: argocd-server
|
||||
rules:
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["applications", "applications/status",
|
||||
"applications/finalizers"]
|
||||
resources: ["applications", "applications/status", "applications/finalizers"]
|
||||
verbs: ["get", "list", "watch", "update", "patch", "delete"]
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["appprojects"]
|
||||
|
||||
@@ -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