File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 35
35
spec :
36
36
containers :
37
37
- name : master
38
- image : registry.k8s.io/redis:e2e # or just image: redis
38
+ image : redis
39
39
resources :
40
40
requests :
41
41
cpu : 100m
@@ -104,7 +104,7 @@ metadata:
104
104
tier : frontend
105
105
spec :
106
106
# comment or delete the following line if you want to use a LoadBalancer
107
- type : NodePort
107
+ # type: NodePort
108
108
# if your cluster supports it, uncomment the following to automatically create
109
109
# an external load-balanced IP for the frontend service.
110
110
# type: LoadBalancer
@@ -147,3 +147,19 @@ spec:
147
147
# value: env
148
148
ports :
149
149
- containerPort : 80
150
+ ---
151
+ apiVersion : traefik.io/v1alpha1
152
+ kind : IngressRoute
153
+ metadata :
154
+ name : guestbook
155
+ namespace : testargocd
156
+ spec :
157
+ entryPoints :
158
+ - web
159
+ routes :
160
+ - kind : Rule
161
+ match : Host(`guestbook.local`)
162
+ services :
163
+ - name : frontend
164
+ port : 80
165
+
You can’t perform that action at this time.
0 commit comments