basic-values.yaml 472 B

1234567891011121314151617181920
  1. # FIXME: Find a way to have a test key for CI testing
  2. tailscaleConfig:
  3. authkey: 'tskey-auth-abcd123CNTRL-abcde12345abcde12345abcde12345ab'
  4. hostname: 'test-host'
  5. advertiseExitNode: true
  6. userspace: true
  7. acceptDns: true
  8. workload:
  9. tailscale:
  10. podSpec:
  11. containers:
  12. tailscale:
  13. probes:
  14. liveness:
  15. enabled: false
  16. readiness:
  17. enabled: false
  18. startup:
  19. enabled: false