Skip to content

buildsociety/nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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