Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert
|
||||
kompose.version: 1.34.0 (cbf2835db)
|
||||
labels:
|
||||
io.kompose.service: tautulli
|
||||
name: tautulli
|
||||
spec:
|
||||
ports:
|
||||
- name: "8181"
|
||||
port: 8181
|
||||
targetPort: 8181
|
||||
selector:
|
||||
io.kompose.service: tautulli
|
||||
Reference in New Issue
Block a user