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"