This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/beryju/gravity | minor | `038ae56` -> `82cd746` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
image:
|
|
repository: ghcr.io/beryju/gravity
|
|
tag: v0.13.1@sha256:82cd746809f1ef41b43714235772411c6a97497fe46151bea9ce6b4d0db5e4f4
|
|
pullPolicy: IfNotPresent
|
|
|
|
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
|