You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| service.spec | object |`{"type":"LoadBalancer"}`| Additional entries here will be added to the Service [spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#servicespec-v1-core). Cannot contain selector or ports entries. |
469
466
| serviceAccount | object |`{"name":""}`| The service account the pods will use to interact with the Kubernetes API |
Copy file name to clipboardExpand all lines: traefik/values.schema.json
+8-11Lines changed: 8 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2530,6 +2530,7 @@
2530
2530
"type": "object",
2531
2531
"properties": {
2532
2532
"additionalServices": {
2533
+
"description": "Can be used to create multiple Service. See EXAMPLES.md for more details.",
2533
2534
"type": "object"
2534
2535
},
2535
2536
"annotations": {
@@ -2547,25 +2548,21 @@
2547
2548
"enabled": {
2548
2549
"type": "boolean"
2549
2550
},
2550
-
"externalIPs": {
2551
-
"type": "array"
2552
-
},
2553
2551
"labels": {
2554
2552
"description": "Additional service labels (e.g. for filtering Service by custom labels)",
2555
2553
"type": "object"
2556
2554
},
2557
-
"loadBalancerSourceRanges": {
2558
-
"type": "array"
2559
-
},
2560
2555
"single": {
2561
2556
"type": "boolean"
2562
2557
},
2563
2558
"spec": {
2564
-
"description": "Additional entries here will be added to the service spec.",
2565
-
"type": "object"
2566
-
},
2567
-
"type": {
2568
-
"type": "string"
2559
+
"description": "Additional entries here will be added to the Service [spec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.35/#servicespec-v1-core). Cannot contain selector or ports entries.",
0 commit comments