Skip to content

buildsociety/dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published