Sha256: f1c44d071234486666a58ec25420fdb37c220ce721cfdbb6639e8504079038b2

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

apiVersion: apps/v1
kind: Deployment
metadata:
  name: web
  labels:
    role: web
spec:
  replicas: 1
  selector:
    matchLabels:
      role: web
  strategy:
    rollingUpdate:
      maxSurge: 25
      maxUnavailable: 25
    type: RollingUpdate
  template:
    metadata:
      labels:
        role: web
    spec:
      containers:
      - name: web
        image: <%%= built_image %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kubes-0.2.2 lib/templates/yaml/.kubes/resources/web/deployment.yaml.tt