Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkfella91 committed Jan 15, 2025
1 parent 9b15ae5 commit 0a58538
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions kubernetes/main/apps/vault/vault/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,14 @@ spec:
name: vault-tls
readOnly: true

affinity: |
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchLabels:
app.kubernetes.io/name: {{ template "vault.name" . }}
app.kubernetes.io/instance: "{{ .Release.Name }}"
component: server
topologyKey: kubernetes.io/hostname
#podAntiAffinity:
#requiredDuringSchedulingIgnoredDuringExecution:
#- labelSelector:
#matchLabels:
#app.kubernetes.io/name: {{ template "vault.name" . }}
#app.kubernetes.io/instance: "{{ .Release.Name }}"
#component: server
#topologyKey: kubernetes.io/hostname

networkPolicy:
enabled: false
Expand Down

0 comments on commit 0a58538

Please sign in to comment.