mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 17:06:16 +00:00
add traefik external service
This commit is contained in:
12
Kubernetes/Traefik-External-Service/service.yaml
Normal file
12
Kubernetes/Traefik-External-Service/service.yaml
Normal 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
|
Reference in New Issue
Block a user