Skip to content

Instantly share code, notes, and snippets.

@Tokynet
Tokynet / traefik_values.yaml
Created January 31, 2025 14:28
Wyoming-whisper and piper in k8s exposed via Traefikv3 ingressRouteTCP.
Create TCP entrypoints in Traefik (v3.3.2)
...
##########
# Ports
##########
ports:
web:
...
whisper:
port: 10300
@Tokynet
Tokynet / gist:51f8b44da7e36edd177caee633f6c831
Last active April 21, 2017 18:31
puppet-confluence-dev
#This profile manages the installation of the confluence application.
class profiles::confluence_dev(
$javahome = $::java_default_home,
$confluencever = '6.1.0'
) {
#Create parent directories
file { '/data':
ensure => directory,
}
resource "aws_vpc" "datapipe" {
cidr_block = "172.16.16.0/20"
enable_dns_support = true
enable_dns_hostnames = true
tags {
Name = "datapipeline"
project = "demo"
}
}