Move kubernetes example under docs
This commit is contained in:
parent
f9e6722635
commit
74fd5de43d
21 changed files with 0 additions and 0 deletions
13
docs/examples/kubernetes/postgres/kustomization.yaml
Normal file
13
docs/examples/kubernetes/postgres/kustomization.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
namespace: headscale
|
||||
bases:
|
||||
- ../base
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- postgres-service.yaml
|
||||
- postgres-statefulset.yaml
|
||||
generatorOptions:
|
||||
disableNameSuffixHash: true
|
||||
secretGenerator:
|
||||
- name: postgresql
|
||||
files:
|
||||
- secrets/password
|
Loading…
Add table
Add a link
Reference in a new issue