Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ss22-devops-project-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dobromir Palushev
ss22-devops-project-app
Commits
67f11786
Commit
67f11786
authored
2 years ago
by
Dobromir Palushev
Browse files
Options
Downloads
Patches
Plain Diff
Css test change
parent
93fe4643
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66
Css test change
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
app/client/src/App.css
+2
-2
2 additions, 2 deletions
app/client/src/App.css
k8s-manifests/ingress.yaml.tmpl
+1
-1
1 addition, 1 deletion
k8s-manifests/ingress.yaml.tmpl
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
1
−
1
View file @
67f11786
...
...
@@ -177,7 +177,7 @@ deploy-new-release:
-
DEPLOYMENT_MANIFEST=$(sed -e "s,{{image}},${IMAGE},g" ./deployment.yaml.tmpl)
-
echo "${DEPLOYMENT_MANIFEST}" | kubectl apply --namespace "${ENVIRONMENT_NAME}-${K8S_NAMESPACE}" --filename -
-
kubectl apply -f service.yaml --namespace "${ENVIRONMENT_NAME}-${K8S_NAMESPACE}"
-
INGRESS_MANIFEST=$(sed -e "s,{{static-ip-name}},${STATIC_IP},g" -e "s,{{allowHttpFlag}},true,g" -e "s,{{portNumber}},80,g" ./ingress.yaml.tmpl)
-
INGRESS_MANIFEST=$(sed -e "s,{{static-ip-name}},${STATIC_IP},g" -e "s,{{allowHttpFlag}},true,g" -e "s,{{portNumber}},80,g"
-e "s,{{suffix}},production,g"
./ingress.yaml.tmpl)
-
echo "${INGRESS_MANIFEST}" | kubectl apply --namespace "${ENVIRONMENT_NAME}-${K8S_NAMESPACE}" --filename -
switch-to-https
:
...
...
This diff is collapsed.
Click to expand it.
app/client/src/App.css
+
2
−
2
View file @
67f11786
...
...
@@ -17,7 +17,7 @@ body{
:root
{
--themeForeColor
:
rgb
(
83
,
78
,
78
);
--themeOutlineColor
:
r
gb
(
20
,
20
,
93
)
;
--themeOutlineColor
:
r
ed
;
--themeHeaderColor
:
white
;
--silver
:
#d9d7d7
;
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
k8s-manifests/ingress.yaml.tmpl
+
1
−
1
View file @
67f11786
...
...
@@ -6,7 +6,7 @@ metadata:
kubernetes.io/ingress.class: "gce" # Google's external load-balancer
kubernetes.io/ingress.allow-http: "{{allowHttpFlag}}" # disabling HTTP
kubernetes.io/ingress.global-static-ip-name: {{static-ip-name}}
networking.gke.io/managed-certificates: todoapp-managed-cert # defined in the infrastructure repository
networking.gke.io/managed-certificates: todoapp-managed-cert
-{{suffix}}
# defined in the infrastructure repository
spec:
defaultBackend:
service:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment