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 - name: argocd-server
port: 80 port: 80
- kind: Rule - kind: Rule
match: > match: Host(`cd.dgse.cloud`) && Headers(`Content-Type`, `application/grpc`)
Host(`cd.dgse.cloud`) &&
Headers(`Content-Type`, `application/grpc`)
priority: 11 priority: 11
services: services:
- name: argocd-server - name: argocd-server

View File

@@ -94,8 +94,7 @@ patches:
name: argocd-server name: argocd-server
rules: rules:
- apiGroups: ["argoproj.io"] - apiGroups: ["argoproj.io"]
resources: ["applications", "applications/status", resources: ["applications", "applications/status", "applications/finalizers"]
"applications/finalizers"]
verbs: ["get", "list", "watch", "update", "patch", "delete"] verbs: ["get", "list", "watch", "update", "patch", "delete"]
- apiGroups: ["argoproj.io"] - apiGroups: ["argoproj.io"]
resources: ["appprojects"] resources: ["appprojects"]

View File

@@ -6,17 +6,17 @@ metadata:
name: pocket-id-ingress name: pocket-id-ingress
spec: spec:
rules: rules:
- host: auth.dgse.cloud - host: auth.dgse.cloud
http: http:
paths: paths:
- backend: - backend:
service: service:
name: pocket-id name: pocket-id
port: port:
number: 1411 number: 1411
path: / path: /
pathType: Prefix pathType: Prefix
tls: tls:
- hosts: - hosts:
- auth.dgse.cloud - auth.dgse.cloud
secretName: letsencrypt secretName: letsencrypt