Untitled

Anonymous
yaml
05/09/2024 12:02 PM
264 B
18
Indexable
apiVersion: v1
kind: Service
metadata:
  name: kuard-srv
  namespace: suu
spec:
  type: LoadBalancer
  selector:
    app: kuard
  ports:
    - protocol: TCP
      port: 8080
      targetPort: 8080
Editor is loading...
Leave a Comment