propertysettings-v2-chart/traefik-config/service-ip-registry.yaml
2026-01-05 11:55:00 +05:30

15 lines
324 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: traefik-service-ips
namespace: traefik
labels:
app: traefik
component: config
data:
# Service name to IP address mappings (for documentation)
property-settings-svc: "10.0.0.1"
serviceb-svc: "10.0.0.2"
# Add new services here:
# servicec-svc: "10.0.0.3"