add traefik external service

This commit is contained in:
James Turland
2023-12-03 23:32:13 +00:00
parent 5141781330
commit 98092c1dc0
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: proxmox
namespace: default
spec:
externalName: 192.168.200.75
type: ExternalName
ports:
- name: websecure
port: 8006
targetPort: 8006