371941ac91
This PR contains the following updates: | Package | Update | Change | |---|---|---| | alpine | minor | `5b10f43` → `a2d49ea` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9leHRlcm5hbC1zZXJ2aWNlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
35 lines
712 B
YAML
35 lines
712 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
# Fake external service image
|
|
image:
|
|
repository: alpine
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.24.0@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
|
|
|
|
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"
|