mirror of
https://github.com/KevinMidboe/kazan.git
synced 2025-10-29 01:30:15 +00:00
29 lines
520 B
YAML
29 lines
520 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
creationTimestamp: "2023-04-06T21:23:39Z"
|
|
labels:
|
|
app: microbot
|
|
name: microbot-service
|
|
namespace: default
|
|
spec:
|
|
clusterIP: 10.152.183.160
|
|
clusterIPs:
|
|
- 10.152.183.160
|
|
externalTrafficPolicy: Cluster
|
|
internalTrafficPolicy: Cluster
|
|
ipFamilies:
|
|
- IPv4
|
|
ipFamilyPolicy: SingleStack
|
|
ports:
|
|
- nodePort: 32000
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80
|
|
selector:
|
|
app: microbot
|
|
sessionAffinity: None
|
|
type: NodePort
|
|
status:
|
|
loadBalancer: {}
|