Automated Manifest Update #5628
@@ -49,13 +49,8 @@ spec:
|
||||
git fetch origin
|
||||
git checkout origin/master -ft
|
||||
fi
|
||||
image: alpine/git:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: alpine/git:2.52.0@sha256:d453f54c83320412aa89c391b076930bd8569bc1012285e8c68ce2d4435826a3
|
||||
name: init-fetch-repo
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
volumeMounts:
|
||||
@@ -70,13 +65,12 @@ spec:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: shelly-plug-config-secret
|
||||
image: php:8.5.4-apache-bookworm
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: php:8.5.4-apache@sha256:e55a9f8e4caa09c6a31ec752b307675d847bb8546d975f379128cb2a99842b96
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 64Mi
|
||||
cpu: 1m
|
||||
memory: 20Mi
|
||||
volumeMounts:
|
||||
- mountPath: /var/www/html
|
||||
name: script
|
||||
|
||||
@@ -14,15 +14,9 @@ spec:
|
||||
data:
|
||||
- secretKey: SHELLY_HTTP_USERNAME
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /shelly-plug/auth/it05sp
|
||||
metadataPolicy: None
|
||||
property: SHELLY_HTTP_USERNAME
|
||||
- secretKey: SHELLY_HTTP_PASSWORD
|
||||
remoteRef:
|
||||
conversionStrategy: Default
|
||||
decodingStrategy: None
|
||||
key: /shelly-plug/auth/it05sp
|
||||
metadataPolicy: None
|
||||
property: SHELLY_HTTP_PASSWORD
|
||||
|
||||
@@ -7,8 +7,6 @@ metadata:
|
||||
app.kubernetes.io/managed-by: Helm
|
||||
app.kubernetes.io/name: shelly-plug
|
||||
helm.sh/chart: shelly-plug-4.6.2
|
||||
annotations:
|
||||
helm.sh/resource-policy: keep
|
||||
namespace: shelly-plug
|
||||
spec:
|
||||
accessModes:
|
||||
|
||||
@@ -34,10 +34,9 @@ spec:
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- image: harbor.alexlebens.net/images/site-documentation:0.20.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
- image: harbor.alexlebens.net/images/site-documentation:0.20.0@sha256:4e6965cab1d472250c59d52a28ba97e62c0e28f6a79c45daca4e0cb193488ccc
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
memory: 40Mi
|
||||
|
||||
@@ -34,10 +34,9 @@ spec:
|
||||
hostPID: false
|
||||
dnsPolicy: ClusterFirst
|
||||
containers:
|
||||
- image: harbor.alexlebens.net/images/site-profile:3.16.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
- image: harbor.alexlebens.net/images/site-profile:3.16.1@sha256:656182fade379a0e8f1e6780c36bb64fe1374afbc8f06894126043105f66d29a
|
||||
name: main
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
memory: 60Mi
|
||||
|
||||
Reference in New Issue
Block a user