225c700d63
This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | minor | `3.19.1` -> `3.20.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
37 lines
693 B
YAML
37 lines
693 B
YAML
# Fake external service image
|
|
image:
|
|
repository: alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.20.0@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
|
|
|
|
global:
|
|
# Ignore isStopped
|
|
ignoreIsStopped: true
|
|
|
|
service:
|
|
main:
|
|
type: ExternalIP
|
|
externalIP: "1.1.1.1"
|
|
useSlice: false
|
|
ports:
|
|
main:
|
|
protocol: https
|
|
port: 10003
|
|
# Target port is the port of the "external service"
|
|
# Defaults to "port" if not set
|
|
workload:
|
|
main:
|
|
enabled: false
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env: {}
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
|
|
ingress:
|
|
main:
|
|
annotations:
|
|
traefik.frontend.passHostHeader: "false"
|