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