chore(gitea): fixed linting errors
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 7s

This commit is contained in:
Daniël Groothuis
2025-10-23 19:12:34 +02:00
parent 1789e422fe
commit 597166b103
6 changed files with 18 additions and 21 deletions

View File

@@ -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

View File

@@ -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"]

View File

@@ -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