Files
infrastructure/clusters/cl01tl/deployment/stack/values.yaml
2025-03-03 16:55:10 -06:00

80 lines
1.9 KiB
YAML

cluster:
name: cl01tl
git:
# repo: git@github.com:alexlebens/infrastructure.git
# repo: https://github.com/alexlebens/infrastructure.git
repo: http://gitea-http.gitea:3000/alexlebens/infrastructure
# repo: ssh://git@gitea-ssh.gitea:2222/alexlebens/infrastructure
revision: HEAD
applicationSet:
- name: applications
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
RespectIgnoreDifferences: true
- name: deployment
namespace: argocd
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
- name: management
ignoreDifferences:
- group: ""
kind: Service
jqPathExpressions:
- .spec.externalName
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
- name: monitoring
ignoreDifferences:
- group: ""
kind: Service
jqPathExpressions:
- .spec.externalName
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
- name: platform
ignoreDifferences:
- group: ""
kind: Service
jqPathExpressions:
- .spec.externalName
- kind: StatefulSet
jsonPointers:
- .spec.volumeClaimTemplates.apiVersion
- .spec.volumeClaimTemplates.kind
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
RespectIgnoreDifferences: true
- name: services
ignoreDifferences:
- group: ""
kind: GpuDevicePlugin
jqPathExpressions:
- .metadata.annotations
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
- name: storage
syncPolicy:
automated:
prune: true
syncOptions:
serverSideApply: true
RespectIgnoreDifferences: true