Skip to content

Commit

Permalink
and another ....
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-seals committed May 16, 2024
1 parent 30c58fc commit 3767470
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appstore/tycho/admin.py

This file was deleted.

42 changes: 42 additions & 0 deletions appstore/tycho/conf/tycho.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
tycho:
# Configuration file for Tycho.

# Configure the orchestrator to use.
backplane: kubernetes
compute:
platform:
kube:
ip: x # Used for minikube environments.
system:
# Configure application defaults.
defaults:
securityContext:
uid: 1000
gid: 1000
services:
init:
resources:
cpus: 250m
memory: 250Mi
deploy:
resources:
cpus: 0.2
memory: 50MB
volumes:
- pvc://stdnfs_pvc:parent_dir/shared_dir
- pvc://stdnfs_pvc/shared_dir:parent_dir/shared_dir
- pvc://stdnfs_pvc/username:parent_dir/subpath_dir

policy:
network:
ingress:
# If supplied, restrict ingress by CIDR.
restrict_by_client_cidr: true
egress:
mode: none

templates:
# A list of alternate directories to search for templates.
# see tycho/templates for a list of templates that can be overriden.
# Place
paths: []

0 comments on commit 3767470

Please sign in to comment.