mirror of
https://github.com/juanfont/headscale.git
synced 2026-08-16 20:30:44 +09:00
Move kubernetes to kustomize, since thats what it is
This commit is contained in:
@@ -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