Sha256: df1bd72adc7740b4d4cc8e6799185190b15ff6dd00880d7a4e952bdfef223c75

Contents?: true

Size: 361 Bytes

Versions: 5

Compression:

Stored size: 361 Bytes

Contents

apiVersion: v1
kind: Service
metadata:
  name: web
  labels:
    app.kubernetes.io/name: web
    app.kubernetes.io/component: service
    app.kubernetes.io/part-of: waylon
spec:
  type: ClusterIP
  ports:
  - port: 80
    targetPort: 9292
    protocol: TCP
    name: waylon
  selector:
    app.kubernetes.io/component: web
    app.kubernetes.io/part-of: waylon

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
waylon-0.3.0 examples/deploying/k8s/web-service.yaml
waylon-0.2.6 examples/deploying/k8s/web-service.yaml
waylon-0.2.5 examples/deploying/k8s/web-service.yaml
waylon-0.2.4 examples/deploying/k8s/web-service.yaml
waylon-0.2.2 examples/deploying/k8s/web-service.yaml