mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: remove patchesStrategicMerge
This commit is contained in:
@@ -150,6 +150,8 @@ spec:
|
||||
tandoor:
|
||||
app:
|
||||
- path: /opt/recipes/cookbook/static/django_js_reverse
|
||||
migrations:
|
||||
- path: /opt/recipes/cookbook/static/django_js_reverse
|
||||
static:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
@@ -158,27 +160,11 @@ spec:
|
||||
- path: /opt/recipes/staticfiles
|
||||
nginx:
|
||||
- path: /static
|
||||
migrations:
|
||||
- path: /opt/recipes/staticfiles
|
||||
cache:
|
||||
type: emptyDir
|
||||
advancedMounts:
|
||||
tandoor:
|
||||
nginx:
|
||||
- path: /var/cache/nginx
|
||||
postRenderers:
|
||||
- kustomize:
|
||||
patchesStrategicMerge:
|
||||
- kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: tandoor
|
||||
namespace: *ns
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: migrations
|
||||
volumeMounts:
|
||||
- name: django-js-reverse
|
||||
mountPath: /opt/recipes/cookbook/static/django_js_reverse
|
||||
- name: static
|
||||
mountPath: /opt/recipes/staticfiles
|
||||
|
@@ -109,19 +109,9 @@ spec:
|
||||
l7proxy: true
|
||||
routingMode: native
|
||||
ingressController:
|
||||
enabled: true
|
||||
enabled: false
|
||||
defaultSecretNamespace: networking
|
||||
defaultSecretName: ${SECRET_CLUSTER_DOMAIN//./-}-tls
|
||||
loadbalancerMode: shared
|
||||
service:
|
||||
loadBalancerIP: 192.168.169.115
|
||||
postRenderers:
|
||||
- kustomize:
|
||||
patchesStrategicMerge:
|
||||
- kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: cilium-ingress
|
||||
namespace: *ns
|
||||
spec:
|
||||
externalTrafficPolicy: Local
|
||||
|
Reference in New Issue
Block a user