Compare commits
No commits in common. "f98182e9c0189a7f6620241b19d7d71e8405e670" and "0e018aac829e3e3397fa09bfab9da0fb26a7e6ea" have entirely different histories.
f98182e9c0
...
0e018aac82
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ prod: diff
|
||||||
|
|
||||||
.PHONY: diff
|
.PHONY: diff
|
||||||
diff: $(PRODOUT)
|
diff: $(PRODOUT)
|
||||||
$(KUBECTL) $(KUBECTLFLAGS) diff $(KUBECTLDIFFFLAGS) -f $(PRODOUT) | $(KUBECTLDIFFPRINTER)
|
$(KUBECTL) $(KUBECTLFLAGS) diff $(KUBECTLDIFFFLAGS) -f $(PRODOUT) | $(KUBECTLDIFFCOLOR)
|
||||||
|
|
||||||
.PHONY: apply
|
.PHONY: apply
|
||||||
apply: $(PRODOUT)
|
apply: $(PRODOUT)
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
repo: https://charts.longhorn.io
|
repo: https://charts.longhorn.io
|
||||||
chart: longhorn
|
chart: longhorn
|
||||||
version: 1.4.0
|
version: 1.3.0
|
||||||
targetNamespace: longhorn-system
|
targetNamespace: longhorn-system
|
||||||
set:
|
set:
|
||||||
backupTargetCredentialSecret: s3-backupstore-credentials
|
backupTargetCredentialSecret: s3-backupstore-credentials
|
||||||
|
|
|
@ -21,21 +21,12 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
# TODO: eviction policy
|
preferredDuringSchedulingIgnoredDuringExecution:
|
||||||
# preferredDuringSchedulingIgnoredDuringExecution:
|
- weight: 1
|
||||||
# - weight: 1
|
preference:
|
||||||
# preference:
|
matchExpressions:
|
||||||
# matchExpressions:
|
|
||||||
# # prefer being on an x64 node, for the extra oomf
|
|
||||||
# - key: kubernetes.io/arch
|
|
||||||
# operator: In
|
|
||||||
# values:
|
|
||||||
# - amd64
|
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
nodeSelectorTerms:
|
|
||||||
- matchExpressions:
|
|
||||||
# prefer being on an x64 node, for the extra oomf
|
# prefer being on an x64 node, for the extra oomf
|
||||||
- key: kubernetes.io/arch
|
- key: kubernetes.io/arch
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- amd64
|
- amd64
|
||||||
|
|
|
@ -37,8 +37,8 @@ spec:
|
||||||
fsGroup: 65534
|
fsGroup: 65534
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1000m
|
cpu: 2000m
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
limits:
|
limits:
|
||||||
cpu: 2000m
|
cpu: 2000m
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
|
|
|
@ -4,6 +4,8 @@ resources:
|
||||||
- traefik-helmchartconfig.yaml
|
- traefik-helmchartconfig.yaml
|
||||||
- traefik-ingress.yaml
|
- traefik-ingress.yaml
|
||||||
|
|
||||||
|
namePrefix: traefik-
|
||||||
|
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
|
|
||||||
commonLabels:
|
commonLabels:
|
||||||
|
|
|
@ -18,7 +18,7 @@ images:
|
||||||
- name: gitea/gitea
|
- name: gitea/gitea
|
||||||
newTag: 1.16.9
|
newTag: 1.16.9
|
||||||
- name: grafana/grafana
|
- name: grafana/grafana
|
||||||
newTag: 9.4.3
|
newTag: 9.2.1
|
||||||
# - name: prom/node-exporter
|
# - name: prom/node-exporter
|
||||||
# newTag: v0.18.1
|
# newTag: v0.18.1
|
||||||
- name: prom/blackbox-exporter
|
- name: prom/blackbox-exporter
|
||||||
|
|
|
@ -1,24 +1,12 @@
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/template/spec/containers/0/volumeMounts/-
|
path: /spec/template/spec/containers/0/volumeMounts/0
|
||||||
value:
|
value:
|
||||||
name: share-badjware-nfs
|
name: share-bajdware-nfs
|
||||||
mountPath: /share/badjware
|
mountPath: /share/badjware
|
||||||
- op: add
|
- op: add
|
||||||
path: /spec/template/spec/volumes/-
|
path: /spec/template/spec/volumes/0
|
||||||
value:
|
value:
|
||||||
name: share-badjware-nfs
|
name: share-bajdware-nfs
|
||||||
nfs:
|
nfs:
|
||||||
server: 192.168.20.30
|
server: 192.168.20.30
|
||||||
path: /mnt/pool0/badjware
|
path: /mnt/pool0/badjware
|
||||||
- op: add
|
|
||||||
path: /spec/template/spec/containers/0/volumeMounts/-
|
|
||||||
value:
|
|
||||||
name: share-media-nfs
|
|
||||||
mountPath: /share/media
|
|
||||||
- op: add
|
|
||||||
path: /spec/template/spec/volumes/-
|
|
||||||
value:
|
|
||||||
name: share-media-nfs
|
|
||||||
nfs:
|
|
||||||
server: 192.168.20.30
|
|
||||||
path: /mnt/pool0/media
|
|
Loading…
Reference in New Issue