fa8c0cbf50
This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | minor | `a8560b3` -> `8a1f59f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
34 lines
659 B
YAML
34 lines
659 B
YAML
# Fake external service image
|
|
image:
|
|
repository: alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
|
|
|
|
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: {}
|
|
|
|
ingress:
|
|
main:
|
|
annotations:
|
|
traefik.frontend.passHostHeader: "false"
|