Compare commits
2 commits
ea7b456d9f
...
6a919ad4c2
Author | SHA1 | Date | |
---|---|---|---|
6a919ad4c2 | |||
053f6b6b40 |
2 changed files with 7 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
app.kubernetes.io/name: logitech-media-server
|
app.kubernetes.io/name: logitech-media-server
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: doliana/logitech-media-server:2021_11_06-8.2.0
|
- image: lmscommunity/lyrionmusicserver:9.1.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 10
|
failureThreshold: 10
|
||||||
|
|
|
@ -2,5 +2,11 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"argocd": {
|
"argocd": {
|
||||||
"fileMatch": ["everything-app/.+\\.yaml$"]
|
"fileMatch": ["everything-app/.+\\.yaml$"]
|
||||||
|
},
|
||||||
|
"kubernetes": {
|
||||||
|
"fileMatch": [
|
||||||
|
"apps-kustomized/.+\\.yaml$",
|
||||||
|
"apps-helm/.+/tempates/.+\\.yaml"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue