Skip to content

Commit

Permalink
feat: add substack to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Jun 21, 2024
1 parent e9e841e commit a7f839b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions apps/base/homepage/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ data:
href: https://linkedin.com
description: LinkedIn
icon: linkedin.png
- Substack:
href: https://mischavandenburg.substack.com
description: Substack
icon: substack.png
widgets.yaml: |
# - kubernetes:
# cluster:
Expand Down
3 changes: 1 addition & 2 deletions apps/base/homepage/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: homepage
namespace: default
labels:
app.kubernetes.io/name: homepage
try: "0"
try: "1"
spec:
revisionHistoryLimit: 3
replicas: 1
Expand Down

0 comments on commit a7f839b

Please sign in to comment.