Files
truecharts/charts/stable/gravity/values.yaml
TrueCharts Bot 2a72d25556 chore(deps): update container image tccr.io/truecharts/gravity to v0.6.18@1fc3f7d (#15687)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/gravity](https://togithub.com/truecharts/containers)
| patch | `v0.6.8` -> `v0.6.18` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS40IiwidXBkYXRlZEluVmVyIjoiMzcuODEuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-04 01:45:22 +01:00

55 lines
1.1 KiB
YAML

image:
repository: tccr.io/truecharts/gravity
pullPolicy: IfNotPresent
tag: v0.6.18@sha256:1fc3f7d2507d618859f4ec84c48af0caf82efaf284c0c34df423cbab138b88c8
securityContext:
container:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 8008
port: 8008
dns:
enabled: true
ports:
dns-tcp:
enabled: true
targetPort: 53
port: 53
dns-udp:
enabled: true
protocol: udp
targetPort: 53
port: 53
workload:
main:
podSpec:
containers:
main:
env:
INSTANCE_IP: "127.0.0.1"
ADMIN_PASSWORD: "password"
INSTANCE_IDENTIFIER: "truecharts-dns-gravity"
BOOTSTRAP_ROLES: "dns;api;etcd;discovery;backup;monitoring;tsdb"
ADMIN_TOKEN:
secretKeyRef:
name: gravity-secret
key: ADMIN_TOKEN
INSTANCE_LISTEN: "0.0.0.0"
persistence:
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true