mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 02:47:36 +00:00
Move kubernetes to kustomize, since thats what it is
This commit is contained in:
13
docs/examples/kustomize/postgres/postgres-service.yaml
Normal file
13
docs/examples/kustomize/postgres/postgres-service.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: postgres
|
||||
labels:
|
||||
app: postgres
|
||||
spec:
|
||||
selector:
|
||||
app: postgres
|
||||
ports:
|
||||
- name: postgres
|
||||
targetPort: postgres
|
||||
port: 5432
|
Reference in New Issue
Block a user