Skip to content

Commit

Permalink
apps: base: Add i2pd.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Feb 3, 2024
1 parent e4d8c21 commit 48be901
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
18 changes: 18 additions & 0 deletions apps/base/i2pd/deployment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: i2pd
spec:
selector:
matchLabels:
app.kubernetes.io/name: i2pd
app.kubernetes.io/part-of: ip2d
template:
metadata:
labels:
app.kubernetes.io/name: i2pd
app.kubernetes.io/part-of: ip2d
spec:
containers:
- image: ghcr.io/purplei2p/i2pd:release-2.50.2
name: i2pd
6 changes: 6 additions & 0 deletions apps/base/i2pd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: i2pd
resources:
- namespace.yaml
- deployment.yaml
4 changes: 4 additions & 0 deletions apps/base/i2pd/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: i2pd

0 comments on commit 48be901

Please sign in to comment.