Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
unkhz committed Jul 19, 2024
1 parent b5ed43d commit cbc73ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
1 change: 0 additions & 1 deletion .gcloudignore

This file was deleted.

20 changes: 3 additions & 17 deletions packages/archive/.khz-k3s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ spec:
image: ghcr.io/unkhz/ruuvipuserrin-archive:latest
ports:
- containerPort: 8080
environment:
- name: PG_HOST
value: 'nope'
- name: PG_HOSTPORT
value: 'nope'
- name: PG_HOSTUSER
value: 'nope'
- name: PG_HOSTPASSWORD
value: 'nope'
- name: PG_HOSTDB
value: 'nope'
- name: PG_HOSTCERT
value: 'nope'
resources:
requests:
memory: '32Mi'
Expand All @@ -60,8 +47,7 @@ metadata:
name: ruuvipuserrin-archive-service

annotations:
external-dns.alpha.kubernetes.io/hostname: archive.ruuvipuserrin.khz.fi
external-dns.alpha.kubernetes.io/cloudflare-proxied: 'false'
external-dns.alpha.kubernetes.io/hostname: ruuvipuserrin-archive.khz.fi

spec:
selector:
Expand All @@ -82,7 +68,7 @@ metadata:
cert-manager.io/cluster-issuer: 'letsencrypt-prod'
spec:
rules:
- host: archive.ruuvipuserrin.khz.fi
- host: ruuvipuserrin-archive.khz.fi
http:
paths:
- path: /
Expand All @@ -94,5 +80,5 @@ spec:
number: 80
tls:
- hosts:
- archive.ruuvipuserrin.khz.fi
- ruuvipuserrin-archive.khz.fi
secretName: ruuvipuserrin-archive-tls

0 comments on commit cbc73ae

Please sign in to comment.