Difference between revisions of "ExternalTrafficPolicy"
Jump to navigation
Jump to search
(Created page with " apiVersion: v1 kind: Service metadata: name: example-service spec: selector: app: example ports: - port: 8765 targetPort: 9376 externalTraffic...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
+ | == See also == | ||
+ | * {{kind: Service}} | ||
− | + | [[Category:TF]] |
Latest revision as of 08:23, 23 February 2024
apiVersion: v1 kind: Service metadata: name: example-service spec: selector: app: example ports: - port: 8765 targetPort: 9376 externalTrafficPolicy: Local type: LoadBalancer
See also[edit]
Advertising: