|
bases:
|
|
- ../postgres
|
|
- ../redis
|
|
|
|
resources:
|
|
- nextcloud-deployment.yaml
|
|
- nextcloud-ingress.yaml
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/name: nextcloud
|
|
|
|
# TODO
|
|
# patchesStrategicmerge:
|
|
# - patches/postgres-podaffinity-patch.yaml
|
|
# - patches/redis-podaffinity-patch.yaml |