Skip to content
Snippets Groups Projects
Commit 29a1cb6a authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

test pipeline for both deployment and FE

parent 10628763
No related branches found
No related tags found
No related merge requests found
Pipeline #67522 passed with stages
in 1 minute and 30 seconds
...@@ -20,7 +20,7 @@ function App() { ...@@ -20,7 +20,7 @@ function App() {
setTasks(data); setTasks(data);
setLoading(false); setLoading(false);
} catch (err) { } catch (err) {
setError('Failed to fetch tasks'); setError('Failed to fetch taskssss');
setLoading(false); setLoading(false);
} }
}; };
......
...@@ -3,7 +3,7 @@ kind: Deployment ...@@ -3,7 +3,7 @@ kind: Deployment
metadata: metadata:
name: {{ .Release.Name }}-frontend name: {{ .Release.Name }}-frontend
labels: labels:
app: frontends app: frontendsss
release: {{ .Release.Name }} release: {{ .Release.Name }}
spec: spec:
replicas: {{ .Values.frontend.replicaCount }} replicas: {{ .Values.frontend.replicaCount }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment