mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-16 21:02:45 +09:00
Move examples out of docs/ directory
This commit is contained in:
committed by
Juan Font
parent
a43bb9c958
commit
dd9b4b1cb7
13
examples/kustomize/postgres/postgres-service.yaml
Normal file
13
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