porkbun-values.yaml 565 B

1234567891011121314151617181920212223242526
  1. ddnsStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/data
  5. # This disables probes.
  6. # As we can't have for each provider
  7. # an api key, we just run through CI
  8. # for the linting.
  9. ci: true
  10. ddnsConfig:
  11. config:
  12. - provider: porkbun
  13. host: "@"
  14. domain: example.com
  15. ipVersion: ""
  16. porkbunApiKey: apikey
  17. porkbunSecretApiKey: secretapikey
  18. - provider: porkbun
  19. host: "@"
  20. domain: example.com
  21. ipVersion: ""
  22. porkbunApiKey: apikey
  23. porkbunSecretApiKey: secretapikey
  24. porkbunTtl: 3600