Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 563 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 563 Bytes

REPO NAME

Getting started

    docker pull buildsociety/<IMAGE>:latest

User documentation for APP can be found at LINK

Kubernetes Sidecar

---
apiVersion: apps/v1
kind: Deployment
metadata:
  name: ...
spec:
  replicas: 1
  selector:
    matchLabels:
      app: ...
  template:
    metadata:
      labels:
        app: ...
    spec:
      containers:
      - name: ...
      - name: <APP>
        image: <APP IMAGE>

Licence

By using this image, you agree to the APP [licence]LINK