1import * as klusterCfg from "./common.mjs"2import { secretsDir } from '../../serverF/secretsDirF.mts'3import { pathDownJoin } from '../../serverF/pathF.mts'4import { ptAnchorPath } from '../../serverF/libF/ptAnchorPathF.mts'5import { eptThrowawayOss } from "../../opencodeF/k8sF/eptThrowawayOssAI.mjs"6import { hetzn1AuthorizedPubKeyPaths } from './ocwCfgF.mjs'8const ocwBaseCfg = {9 sshHostAlias: 'hetzn1-test-gitssh',10 sshKeyPath: '~/.ssh/hetzn1_ed25519',11 authorizedPubKeyPaths: hetzn1AuthorizedPubKeyPaths,12 gitName: 'codeserv',13 gitEmail: 'codeserv@hetzn1',14 deployableEps: [ptAnchorPath('pt0/gamesapp/binF/epSyncGameswc.mjs')],15}16const wcDomain = 'hetzn1.demokluster.com'18export default await eptThrowawayOss({klusterCfg, ocwBaseCfg, wcDomain, ep: import.meta.url})