Skip to content

Commit b44994a

Browse files
Started notification example
1 parent 9ac80f8 commit b44994a

File tree

8 files changed

+24
-311
lines changed

8 files changed

+24
-311
lines changed

mattermost-nofications/argocd-notifications-cm.yaml

Lines changed: 0 additions & 262 deletions
This file was deleted.

mattermost-nofications/argocd-notifications-secret.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

mattermost-nofications/use-mattermost-app.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

mattermost/deployment.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
apiVersion: apps/v1
3+
kind: Deployment
4+
metadata:
5+
name: simple-deployment
6+
spec:
7+
replicas: 1
8+
selector:
9+
matchLabels:
10+
app: trivial-go-web-app
11+
template:
12+
metadata:
13+
labels:
14+
app: trivial-go-web-app
15+
spec:
16+
containers:
17+
- name: webserver-simple
18+
image: docker.io/kostiscodefresh/gitops-simple-app:v1.0
19+
ports:
20+
- containerPort: 8080
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v1
22
kind: Service
33
metadata:
4-
name: mattermost-service
4+
name: simple-service
55
spec:
66
type: NodePort
77
selector:
8-
app: mattermost-app
8+
app: trivial-go-web-app
99
ports:
10-
- nodePort: 32000
10+
- nodePort: 31000
1111
protocol: TCP
12-
port: 8065
12+
port: 8080
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)