1apiVersion: v1 2kind: Service 3metadata: 4 name: fim 5spec: 6 type: ClusterIP 7 ports: 8 - name: http 9 protocol: TCP 10 port: 80 11 targetPort: 80
View as plain text