idk some updates
This commit is contained in:
64
avrahamsociety.yaml
Normal file
64
avrahamsociety.yaml
Normal file
@@ -0,0 +1,64 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: avrahamsociety
|
||||
annotations:
|
||||
keel.sh/policy: all
|
||||
keel.sh/trigger: poll
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: avrahamsociety
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: avrahamsociety
|
||||
spec:
|
||||
containers:
|
||||
- name: avrahamsociety-container
|
||||
image: swaous.asuscomm.com/avrahamsociety.org:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
imagePullSecrets:
|
||||
- name: regcred
|
||||
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: asorg-service
|
||||
spec:
|
||||
selector:
|
||||
app: avrahamsociety
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
|
||||
---
|
||||
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
kubernetes.io/ingress.class: traefik
|
||||
name: clarkeis-dev-avraham
|
||||
spec:
|
||||
rules:
|
||||
- host: dev.clarkeis.com
|
||||
http:
|
||||
paths:
|
||||
- path: /avrahamsociety
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: asorg-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- dev.clarkeis.com
|
||||
secretName: dev-clarkeis-tls
|
||||
Reference in New Issue
Block a user