initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
## Service
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: thelounge
|
||||
labels:
|
||||
app.kubernetes.io/name: thelounge
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 9000
|
||||
selector:
|
||||
app.kubernetes.io/name: thelounge
|
||||
Reference in New Issue
Block a user