Remove ignore diffrencess in keycloak

This commit is contained in:
dvirlabs 2026-03-15 05:23:25 +02:00
parent 86f86e395d
commit 5741a10a5f
2 changed files with 1 additions and 42 deletions

View File

@ -15,20 +15,3 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
syncOptions:
- RespectIgnoreDifferences=true
# automated:
# prune: true
# selfHeal: true
ignoreDifferences:
- group: apps
kind: StatefulSet
name: keycloak-postgresql
namespace: infra
jsonPointers:
- /spec/volumeClaimTemplates
- /spec/podManagementPolicy
- /spec/serviceName
- /spec/selector
- /spec/persistentVolumeClaimRetentionPolicy

View File

@ -1,24 +0,0 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: minio-api
namespace: infra
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
ingressClassName: traefik
rules:
- host: s3.dvirlabs.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: minio
port:
number: 9000
tls:
- hosts:
- s3.dvirlabs.com