mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-02 02:48:02 +00:00
feat(cnpg): configure test-database for external connection
This commit is contained in:
@@ -33,5 +33,5 @@ spec:
|
||||
selfHeal: true
|
||||
prune: true
|
||||
syncOptions:
|
||||
- ApplyOutOfSyncOnly=true
|
||||
# - ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
|
||||
@@ -8,6 +8,19 @@ spec:
|
||||
affinity:
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/zone: euclid
|
||||
managed:
|
||||
services:
|
||||
disabledDefaultServices: [ "ro", "r" ]
|
||||
additional:
|
||||
- selectorType: rw
|
||||
updateStrategy: patch
|
||||
serviceTemplate:
|
||||
metadata:
|
||||
name: single-example-ext
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 192.168.1.230
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
storage:
|
||||
size: 4G
|
||||
pvcTemplate:
|
||||
|
||||
Reference in New Issue
Block a user