We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3be9c commit 9def6caCopy full SHA for 9def6ca
k8s/chime.yaml renamed to k8s/app.yaml
@@ -1,8 +1,15 @@
1
+apiVersion: v1
2
+kind: Namespace
3
+metadata:
4
+ name: chime
5
+
6
+---
7
8
apiVersion: apps/v1
9
kind: Deployment
10
metadata:
11
name: chime
- # namespace: chime
12
+ namespace: chime
13
labels:
14
app: chime
15
spec:
@@ -31,7 +38,7 @@ apiVersion: v1
31
38
kind: Service
32
39
33
40
34
41
35
42
36
43
37
44
@@ -49,7 +56,7 @@ apiVersion: extensions/v1beta1
49
56
kind: Ingress
50
57
51
58
52
59
53
60
54
61
55
62
annotations:
0 commit comments