Created the initial k3s configuration for personal use

This commit is contained in:
2025-02-19 15:08:58 -07:00
parent 01e069514e
commit 72c4a448ff
83 changed files with 2109 additions and 1 deletions
@@ -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