Rename to simple-example and add pre-post-hook example

This commit is contained in:
Thomas Philipona
2021-03-30 12:50:01 +02:00
parent 6c8e6ca4f6
commit 349d95b6d0
8 changed files with 92 additions and 30 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: pre-post-sync-hook
spec:
replicas: 1
revisionHistoryLimit: 3
selector:
matchLabels:
app: pre-post-sync-hook
template:
metadata:
labels:
app: pre-post-sync-hook
spec:
containers:
- image: quay.io/acend/example-web-go
name: example-web-go
ports:
- containerPort: 5000