Files
truecharts/charts/stable/external-service/values.yaml
T
TrueCharts Bot c3f4055121 chore(deps): update container image alpine to v3.20.3@beefdbd by renovate (#26044)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| alpine | patch | `3.20.2` -> `3.20.3` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43MS4wIiwidXBkYXRlZEluVmVyIjoiMzguNzEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-07 02:30:57 +02:00

37 lines
693 B
YAML

# Fake external service image
image:
repository: alpine
pullPolicy: IfNotPresent
tag: 3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
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"