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