Compare commits
3 Commits
b948da9d71
...
59f00a0642
| Author | SHA1 | Date | |
|---|---|---|---|
|
59f00a0642
|
|||
| 0c5775edd3 | |||
| 4353cc223d |
@@ -36,7 +36,7 @@ shelly-plug:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.4.15-apache-bookworm
|
tag: 8.5.0-apache-bookworm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
|
|||||||
@@ -70,6 +70,7 @@ spec:
|
|||||||
- .metadata.annotations[]
|
- .metadata.annotations[]
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ spec:
|
|||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
@@ -65,6 +66,7 @@ spec:
|
|||||||
- .spec.endpoints[]?.relabelings[]?.action
|
- .spec.endpoints[]?.relabelings[]?.action
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
@@ -104,8 +106,9 @@ spec:
|
|||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
limit: 3
|
limit: 3
|
||||||
backoff:
|
backoff:
|
||||||
@@ -142,8 +145,9 @@ spec:
|
|||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
limit: 3
|
limit: 3
|
||||||
backoff:
|
backoff:
|
||||||
@@ -180,6 +184,7 @@ spec:
|
|||||||
revisionHistoryLimit: 3
|
revisionHistoryLimit: 3
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
enabled: true
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
retry:
|
retry:
|
||||||
|
|||||||
Reference in New Issue
Block a user