Compare commits
2 Commits
b8fa2bdf03
...
9327f22c46
Author | SHA1 | Date |
---|---|---|
Massaki Archambault | 9327f22c46 | |
Massaki Archambault | ae9be6e676 |
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ KUSTOMIZEFLAGS = --enable-alpha-plugins
|
|||
KUBECTL = kubectl
|
||||
KUBECTLFLAGS =
|
||||
KUBECTLDIFFFLAGS =
|
||||
KUBECTLAPPLYFLAGS = --prune
|
||||
KUBECTLAPPLYFLAGS = --server-side=true --force-conflicts --prune
|
||||
|
||||
SRC := $(shell find kustomize/ -type f)
|
||||
OUTDIR = build
|
||||
|
|
|
@ -6,7 +6,7 @@ commonLabels:
|
|||
app.kubernetes.io/name: grafana-agent
|
||||
app.kubernetes.io/part-of: monitoring
|
||||
|
||||
patchesJson6902:
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
kind: StatefulSet
|
||||
|
|
|
@ -7,8 +7,8 @@ resources:
|
|||
commonLabels:
|
||||
app.kubernetes.io/name: nextcloud
|
||||
|
||||
patchesStrategicMerge:
|
||||
- |-
|
||||
patches:
|
||||
- patch: |-
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
|
@ -24,7 +24,7 @@ patchesStrategicMerge:
|
|||
- secretKey: password
|
||||
remoteRef:
|
||||
key: /k3s/prod/nextcloud/postgres/password
|
||||
- |-
|
||||
- patch: |-
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
resources:
|
||||
- https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/release-0.50/bundle.yaml
|
||||
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.63.0/bundle.yaml
|
||||
|
||||
namespace: kube-system
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ secretGenerator:
|
|||
commonLabels:
|
||||
app.kubernetes.io/managed-by: kustomize
|
||||
|
||||
patchesJson6902:
|
||||
patches:
|
||||
- target:
|
||||
version: v1
|
||||
kind: Deployment
|
||||
|
|
Loading…
Reference in New Issue