1
0
Fork 0

Compare commits

..

No commits in common. "f98182e9c0189a7f6620241b19d7d71e8405e670" and "0e018aac829e3e3397fa09bfab9da0fb26a7e6ea" have entirely different histories.

7 changed files with 18 additions and 37 deletions

View File

@ -19,7 +19,7 @@ prod: diff
.PHONY: diff
diff: $(PRODOUT)
$(KUBECTL) $(KUBECTLFLAGS) diff $(KUBECTLDIFFFLAGS) -f $(PRODOUT) | $(KUBECTLDIFFPRINTER)
$(KUBECTL) $(KUBECTLFLAGS) diff $(KUBECTLDIFFFLAGS) -f $(PRODOUT) | $(KUBECTLDIFFCOLOR)
.PHONY: apply
apply: $(PRODOUT)

View File

@ -6,7 +6,7 @@ metadata:
spec:
repo: https://charts.longhorn.io
chart: longhorn
version: 1.4.0
version: 1.3.0
targetNamespace: longhorn-system
set:
backupTargetCredentialSecret: s3-backupstore-credentials

View File

@ -21,19 +21,10 @@ spec:
spec:
affinity:
nodeAffinity:
# TODO: eviction policy
# preferredDuringSchedulingIgnoredDuringExecution:
# - weight: 1
# preference:
# matchExpressions:
# # prefer being on an x64 node, for the extra oomf
# - key: kubernetes.io/arch
# operator: In
# values:
# - amd64
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 1
preference:
matchExpressions:
# prefer being on an x64 node, for the extra oomf
- key: kubernetes.io/arch
operator: In

View File

@ -37,8 +37,8 @@ spec:
fsGroup: 65534
resources:
requests:
cpu: 1000m
memory: 1Gi
cpu: 2000m
memory: 2Gi
limits:
cpu: 2000m
memory: 2Gi

View File

@ -4,6 +4,8 @@ resources:
- traefik-helmchartconfig.yaml
- traefik-ingress.yaml
namePrefix: traefik-
namespace: kube-system
commonLabels:

View File

@ -18,7 +18,7 @@ images:
- name: gitea/gitea
newTag: 1.16.9
- name: grafana/grafana
newTag: 9.4.3
newTag: 9.2.1
# - name: prom/node-exporter
# newTag: v0.18.1
- name: prom/blackbox-exporter

View File

@ -1,24 +1,12 @@
- op: add
path: /spec/template/spec/containers/0/volumeMounts/-
path: /spec/template/spec/containers/0/volumeMounts/0
value:
name: share-badjware-nfs
name: share-bajdware-nfs
mountPath: /share/badjware
- op: add
path: /spec/template/spec/volumes/-
path: /spec/template/spec/volumes/0
value:
name: share-badjware-nfs
name: share-bajdware-nfs
nfs:
server: 192.168.20.30
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